Allocation
Delete an allocation
Delete an allocation between a campaign and placement.
Access Control:
- Admin and Retailer accounts: Can delete any allocation
- Advertiser accounts: Can only delete allocations for campaigns they own
Restrictions:
- Published allocations cannot be deleted
- The allocation must exist
- The user must have permission to delete the allocation
If any of these conditions are not met, the request will fail with an appropriate error response.
DELETE
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The no of the allocation to delete
Response
200
application/json
Successful Response
The response is of type any
.
Previous
Record Activity LogRecords user activity logs for advertising optimization and analytics.
Supported activity types:
- `activity.item_view`: Records product detail page views
- `activity.add_cart`: Records cart addition events
- `activity.page_view`: Records page navigation events
- `activity.search`: Records search query events
- `activity.purchase`: Records completed purchases
Note: Returns 200 OK for all requests. Invalid schemas are silently ignored.
Next